
/* .longText {	
	float:left;
	font-size:14px;
	line-height:22px;
	text-align:left; 
	width:100%; 
	height:740px;
	margin-right:20px;
	border:0px solid red;
	position: relative;
} */
.longText {	
	float:left;
	font-size:15px;
	line-height:22px;
	text-align:left; 
	width:1100px; 
	height:2000px;
	margin-right:20px;
	position: relative;
	/* background-color: #fff; */
	background-image: url(../images/white_bg.png);
	background-repeat: repeat;
}

/*自定义*/
.longText p{
	font-size:22px;
	line-height:35px;
}

.longText h1{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	padding: 10px 0px;
}

a.action-button {
    background: none repeat scroll 0 0 #DADADA;
    color: #CC0000;
    padding: 8px 12px 9px;
	text-decoration: none;
}
a.action-button:hover {
    background: none repeat scroll 0 0 #CC0000;
    color: #FFFFFF;
    text-decoration: none;
}
p{
	margin:13px 0 0 0; 

}
/* .longText {	
	float:left;
	font-size:14px;
	line-height:22px;
	text-align:left; 
	width:100%;
	height:400px;
	margin-right:20px;
	position: relative;
	z-index: 1;
	border: 1px solid #ccc;
}


a.action-button {
    background: none repeat scroll 0 0 #DADADA;
    color: #CC0000;
    padding: 8px 12px 9px;
	text-decoration: none;
}
a.action-button:hover {
    background: none repeat scroll 0 0 #CC0000;
    color: #FFFFFF;
    text-decoration: none;
}
p{
	
    margin:13px 0 0 0;
	
} */
/* 首页文章滚动样式 */
#tabBox {
  margin-top: 200px;
  margin-left: 110px;
  width: 1040px;
  height: 70%;
}

#tabBox .hd {
  float: right;
  width: 252px;
  margin-top: 100px;
}

#tabBox .hd .on {
  border: 1px solid #ddd;
  background-color: #fafafa !important;
}

#tabBox .hd li {
  width: 250px;
  height: 40px;
  line-height: 40px;
  background-color: #bb8a4b !important;
  color: #492616;
  font-weight: bolder;
  list-style-type: none;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  border: 0px solid #CCC;
  cursor: pointer;
}

#tabBox .bd {
  float: left;
  width: 590px;
  height: 820px;
  padding: 0 30px;
  overflow-y: scroll;
}
#tabBox .bd ul{ min-height: 820px;}

#tabBox .bd h3 {
  text-align: center;
  padding: 15px 0px;
  display: block;
  line-height: 38px;
  font-size: 22px;
}
.bd::-webkit-scrollbar {
    /*滚动条整体样式*/
width : 13px;  /*高宽分别对应横竖滚动条的尺寸*/
   height: 0px;
 }

.bd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: rgba(73, 34, 22, 0.8);
  
}

.bd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: rgba(111, 60, 19, 0.5);
  border-radius: 10px;
}

#tabBox .bd p { line-height: 25px; font-family: "Microsoft Yahei";}

#tabBox .bd img { max-width: 577px; margin: 0 auto;}